home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW etc / MPW-GM / MPW / Examples / AExamples / FStubs.a < prev    next >
Encoding:
Text File  |  1998-12-03  |  541 b   |  24 lines  |  [TEXT/MPS ]

  1. *******************************************************************************
  2. *
  3. *    File FStubs.a - Stubs for floating point runtime library routines
  4. *                    not used by MPW tools.
  5. *
  6. *    Copyright Apple Computer, Inc. 1986-1987
  7. *    All rights reserved.
  8. *
  9. *******************************************************************************
  10.  
  11.                 CASE ON
  12.  
  13. *    Floating Point Conversion Routines
  14. *
  15. *    These routines, called by printf, are only necessary if floating point
  16. *    formatting is used.
  17.  
  18. ecvt            PROC EXPORT
  19.                 RTS
  20. fcvt            PROC EXPORT
  21.                 RTS
  22.  
  23.                 END
  24.